home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-17 | 1014 b | 40 lines | [TEXT/MPS ] |
- /*
- File: PCCardEnablerPlugin.r
-
- Contains: ???
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.2
-
- Copyright: © 1997-1998 by Apple Computer, Inc. and SystemSoft Corporation. All rights reserved.
-
- Bugs?: For bug reports, consult the following page on
- the World Wide Web:
-
- http://developer.apple.com/bugreporter/
-
- */
-
- #ifndef __PCCARDENABLERPLUGIN_R__
- #define __PCCARDENABLERPLUGIN_R__
-
- #ifndef __CONDITIONALMACROS_R__
- #include "ConditionalMacros.r"
- #endif
-
- #ifndef __CARDSERVICES__
- type 'pccd' {
- longint; /* MUST BE ZERO */
- integer dontShowIcon = -1, noCustomIcon = 0; /* customIconID */
- integer noCustomStrings = 0; /* customStringsID */
- unsigned integer; /* customTypeIndex */
- unsigned integer; /* customHelpIndex */
- literal longint noCustomAction = 0; /* customAction */
- longint; /* customActionParam1 */
- longint; /* customActionParam2 */
- };
- #endif
-
- #endif /* __PCCARDENABLERPLUGIN_R__ */
-
-